runtime.gcWork.empty (method)

4 uses

	runtime (current package)
		mgc.go#L864: 			if !p.gcw.empty() {
		mgc.go#L1340: 	if p != nil && !p.gcw.empty() {
		mgc.go#L1406: 		if !gcw.empty() {
		mgcwork.go#L309: func (w *gcWork) empty() bool {